.footer{
    background: #343844;
}
.footer_center{
    width: 16rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
}
.footer_logo{
    width: 2.8rem;
    height: 0.6rem;
}
.footer_logo img{
    width: 100%;
    height: 100%;
}
.footer_l{
    width: 1rem;
}
.footer_l_img{
    width: 1rem;
    height: 1rem;
}
.footer_l_img img{
    width: 100%;
    height: 100%;
}
.footer_l_name{
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.1rem;
}
.footer_bootom{
    display: flex;
    margin-top: 0.6rem;
}
.footer_r{
    margin-left: 0.2rem;
}
.footer_r_location{
    display: flex;
    margin-bottom: 0.1rem;
}
.footer_r_location span{
    color: #fff;
    font-size: 0.2rem;
}
.footer_rightbox{
    display: flex;
}
.footer_list{
    display: flex;
    flex-direction: column;
    margin-left: 0.75rem;
}
.footer_list:nth-child(1){
    margin-left: 0!important;
}
.footer_list_tit{
    color: #fff;
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
    
}
.footer_list_items{
    color: #ccc;
    margin-bottom: 0.2rem;
    font-size: 0.21rem;
}
.footer_list_items:hover{
    color: #fff;
}
.footer_footer{
    background: #2b2f3b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0;
}
.footer_footer a{
    color: #ccc;
    margin:0 0.1rem;
}

@media only screen and (max-width:1024px){

    .footer_center{
        width: 100%;
        padding: 15px;
    }
    .footer_rightbox{
        display: none;
    }
    .footer_bootom{
        flex-direction: column;
        align-items: flex-end;
        margin-top: -30px;
    }
    .footer_leftbox{
        margin: 0 auto;
    }
}

